home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / gnu / gawk / gawk213b.zoo / test / manyfile.awk < prev    next >
Text File  |  1991-06-03  |  68b  |  5 lines

  1. BEGIN { FS = ":" }
  2. { if ($1 !~ "#.*") 
  3.     print $2 > "junk/" $1
  4. }
  5.